Deploying the LogPoint Azure VHD

Creating a Managed Disk

  1. Log into the Microsoft Azure portal and go to All services.

_images/LP_Cloud_Azure_AllServicesSelected.png

Microsoft Azure Portal

  1. Search for Disks and select the service.

_images/LP_Cloud_Azure_AllServices_DisksSelected.png

Navigating to the Disks Section

  1. Click Create.

Basics

_images/LP_Cloud_Azure_AllServices_CreateDisk.png

Adding a New Managed Disk

  1. Choose a Subscription method and a Resource Group. You can create a new resource group or select from the existing ones.

  2. Enter a Disk name.

  3. Select the Region to deploy your managed disk.

  4. Choose an Availability zone within the selected region to ensure high-availability of the applications and protect the data and applications from accidental data center failures.

Note

The Availability zone may not be available for all locations.

  1. Choose a Source type for the managed disk. To install the LogPoint VHD,

    • Select Storage blob as the source type.

    • Select a Source subscription method.

    • In the Source blob option, click Browse to provide the location of the destination container of the previously obtained LogPoint Azure VHD.

    • Select the Linux OS.

  2. Select the disk Size in GiB. The disk size should be 150 GiB (equal to the size of the source).

  3. Click Next : Encryption >.

Encryption

_images/LP_Cloud_Azure_CreateDisk_Encryption.png

Encryption configuration for Managed Disk

Select an Encryption type and click Next: Networking >>.

Networking

_images/LP_Cloud_Azure_CreateDisk_Networking.png

Networking configuration for Managed Disk

  1. Choose a Connectivity method. With the Connectivity method, you can specify whether the managed disk can be accessed publicly, privately, or neither.

  2. Click Next : Advanced >.

Advanced

_images/LP_Cloud_Azure_CreateDisk_Advanced.png

Advanced configuration for Managed Disk

  1. Enable shared disk to allow the managed disk to be attached to two or more virtual machines.

  2. click Next : Tags >.

Tags

_images/LP_Cloud_Azure_CreateDisk_Tags.png

Tags configuration for Managed Disk

  1. Enter the Tags for the resources. Tags are the name-value pairs that enable you to categorize resources and view consolidated billing by applying the same tag to multiple resources and resource groups.

  2. Click Next : Review + create >.

Review + create

_images/LP_Cloud_Azure_CreateDisk_Review.png

Review configuration for Managed Disk

The Review + create tab displays all the data entered in the previous pages. Click Previous before finalizing the configuration if necessary.

Click Create to create the managed disk.

Creating a Virtual Machine

  1. Go to All Services >> Disks and select the previously created disk.

  2. Click Create VM.

_images/LP_Cloud_Azure_CreateVM.png

Creating a Virtual Machine

Basics

_images/LP_Cloud_Azure_CreateVM_Basics.png

Basic Configuration for Virtual Machine

  1. Select the required Subscription method to manage the deployed resources and costs.

  2. Select a Resource group for the virtual machine. A resource group is a collection of resources that share the same lifecycle, permissions, and policies.

Note

The Subscription and Resource group of a virtual machine (VM) and its managed disk should be the same.

  1. Provide a Virtual machine name. The Region is automatically configured based on the value of its managed disk.

  2. Choose one of the Availability options to manage the availability, recovery, and backup of the virtual machine. It protects your data and applications from data center outages and maintenance events.

    You can select Availability zone, Availability set or No infrastructure redundancy required.

    • If you select Availability zone, provide the Availability zone within the region of the virtual machine.

    • If you select Availability set, choose an Availability set in the current resource group and location of the virtual machine. You can choose the availability set from the existing list or create a new set.

    Note

    The availability set of a virtual machine cannot be changed once created.

  3. The Image represents the base application for the virtual machine. In this case, it is the disk containing the LogPoint VHD.

  4. Choose a VM Size. The minimum recommended specifications are mentioned below:

    CPU

    Minimum Quad-core

    Memory

    Minimum 8 GB

  5. Select the required network ports accessible from the internet in the Public inbound ports option.

    Note

    We recommend you to select the None option to maintain high security.

  6. Click Next : Disks >.

Disks

_images/LP_Cloud_Azure_CreateVM_Disks.png

Disk Configuration for Virtual Machine

The OS disk type represents the type of the managed disk associated with the virtual machine. The value is predefined as per the configuration of the managed disk.

  1. Select an Encryption type.

  2. Under the Data Disks section, configure additional data disks for your virtual machine. You can create and attach a new disk or attach an existing disk.

Note

The Use managed disks option under the Advanced section is selected by default when the managed disk is used to launch the virtual machine. You cannot change the configuration.

  1. Click Next: Networking >.

Networking

_images/LP_Cloud_Azure_CreateVM_Networking.png

Networking Configuration for Virtual Machine

  1. Select the Virtual network for your virtual machine. Virtual networks create logical isolation in Azure. Each virtual network has their IP addresses range, subnets, route tables, gateways, and security settings.

    You can create a new virtual network or select from the existing ones.

  2. Select the Subnet range for your virtual network.

  3. Select the Public IP to access your virtual machine from the internet.

    Note

    We recommend you to select None to maintain high security.

  4. Select the Advanced option in the NIC network security group.

    • Under the Configure network security group option, select a network security group with the following ports enabled:

    Port

    Protocol

    Service

    514

    TCP

    Syslog Collector

    6514

    TCP

    Syslog Collector SSL

    6161

    TCP/UDP

    Snare Collector

    6162

    TCP/UDP

    Snare Collector

    6343

    UDP

    SFlow Collector

    21/22

    TCP

    Data Transfer in runtime

    162

    TCP

    SNMP Trap Collector

    9001

    UDP

    EMC Collector

    7996/7997/7998/7999

    TCP

    LogPoint Agent Collector

  5. Select the Place this virtual machine behind an existing load balancing solution checkbox to provide an existing Azure load balancing solution to the VM.

  6. Click Next : Management >.

Management

_images/LP_Cloud_Azure_CreateVM_Management.png

Management Configuration for Virtual machine

  1. Under the Monitoring section,

    • Enable the Boot diagnostics option to capture serial console output and screenshots of the virtual machine. It helps to diagnose startup issues.

    • Enable the OS guest diagnostics option to get the metrics of the virtual machine every minute.

    • If you enable boot diagnostics with a custom storage account, choose a Diagnostics storage account to store the metrics data.

  2. Under the Identity section, select the System assigned managed identity option to grant or receive permissions via Azure role-based access control.

  3. Under the Auto-Shutdown section, Enable auto-shutdown to shut down the virtual machines daily automatically.

  4. Click Next : Advanced>.

Advanced

_images/LP_Cloud_Azure_CreateVM_Advanced.png

Advanced Configuration for Virtual Machine

  1. Select the Extensions for the resources if needed.

Note

Since all the required configurations to run LogPoint are already available, you don’t need to add any extensions.

  1. From the Custom data section, you can pass a script, configuration file, or other data into the VM while it is being provisioned.

  2. Enable User data to pass a script, configuration file, or other data into the VM that will be accessible to the applications throughout the lifetime of the VM.

  3. Select a desired Host group or a Proximity placement group if you want to group your VMs.

  4. Click Next : Tags>.

Tags

_images/LP_Cloud_Azure_CreateVM_Tags.png

Adding Tags

  1. Enter the Tags for the resources. Tags are the name-value pairs that enable you to categorize resources and view consolidated billing by applying the same tag to multiple resources and resource groups.

  2. Click Next : Review + create >.

Review + create

_images/LP_Cloud_Azure_CreateVM_Review.png

Review and Create

The Review + create tab displays all the data entered in the previous pages. Click Previous before finalizing the configuration if necessary.

Click Create to launch the virtual machine.


Helpful?

We are glad this guide helped.


Please don't include any personal information in your comment

Contact Support